home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 January / com! 2002.01.iso / autohtml / selfhtml / html / multimedia / anzeige / nibbles.swf / scripts / frame_77 / DoAction.as
Encoding:
Text File  |  2001-10-27  |  930 b   |  24 lines

  1. n = "0";
  2. while(n < "28")
  3. {
  4.    n += "1";
  5.    duplicateMovieClip("bgbox","bgbox" add n,n + "200" + 16384);
  6.    setProperty("bgbox" add n, _X, "10" * boxw + temp2);
  7.    setProperty("bgbox" add n, _Y, (n + "1") * boxh);
  8.    set("x10" add "y" add (n + "1"),temp1);
  9.    duplicateMovieClip("bgbox","bgbox" add (n + "40"),n + "200" + "40" + 16384);
  10.    setProperty("bgbox" add (n + "40"), _X, "25" * boxw + temp2);
  11.    setProperty("bgbox" add (n + "40"), _Y, (n + "1") * boxh);
  12.    set("x25" add "y" add (n + "1"),temp1);
  13.    duplicateMovieClip("bgbox","bgbox" add (n + "80"),n + "200" + "80" + 16384);
  14.    setProperty("bgbox" add (n + "80"), _X, "40" * boxw + temp2);
  15.    setProperty("bgbox" add (n + "80"), _Y, (n + "1") * boxh);
  16.    set("x40" add "y" add (n + "1"),temp1);
  17. }
  18. setProperty("bgbox5", _X, "1000");
  19. x10y6 = "0";
  20. setProperty("bgbox55", _X, "1000");
  21. x25y16 = "0";
  22. setProperty("bgbox105", _X, "1000");
  23. x40y26 = "0";
  24.